翻訳と辞書
Words near each other
・ data compression
・ data definition language
・ data dictionary
・ data dictionary file
・ data driven
・ data driven machine
・ data encryption algorithm
・ data encryption key
・ data encryption standard
・ data flow
data flow analysis
・ data flow diagram
・ data fork
・ data frame
・ data general
・ data general mn601
・ data glove
・ data hierarchy
・ data interchange standards association
・ data jack


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

data flow analysis : FOLDOC
data flow analysis
A process to discover the dependencies between different data items manipulated by a program. The order of execution in a data driven language is determined solely by the data dependencies. For example, given the equations
1. X = A + B
2. B = 2 + 2
3. A = 3 + 4

a data-flow analysis would find that 2 and 3 must be evaluated before 1. Since there are no data dependencies between 2 and 3, they may be evaluated in any order, including in parallel.
This technique is implemented in hardware in some pipelined processors with multiple functional units. It allows instructions to be executed as soon as their inputs are available, independent of the original program order.
(1996-05-13)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.